AspBucket offers ASP.NET, C#, VB, Jquery, CSS, Ajax, SQL tutorials. It is the best place for programmers to learn

Showing posts with label Visual Basic. Show all posts
Showing posts with label Visual Basic. Show all posts

Sunday, 3 April 2016

New features of C# & VB in Visual Studio (2015 update 2 & “15” Preview)

 Visual Studio 2015 Update 2 and Visual Studio “15” Preview Both releases include many new language features. It’s safe to install both versions of Visual Studio on the same machine so that you can check out all of the new features.

Monday, 26 October 2015

Tuesday, 29 September 2015

How to Comments in VB and C# Code?


In this blog article we will discuss how to comments in VB and C# Code? So let's start In VB code, a single quote or apostrophe ( ' ) indicates that the remainder of the line is to be ignored as a comment, while in C# code, two slashes ( // ) achieve the same end.

  • Popular Posts
  • Comments